home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineButton2_479 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  339 b   |  10 lines

  1. on(release){
  2.    _root.passwordmc.display = "";
  3.    _root.passwordmc.gotoAndStop("blank");
  4.    _root.maindisplay.playbtn.enabled = true;
  5.    _root.maindisplay.controlsbtn.enabled = true;
  6.    _root.maindisplay.passwordbtn.enabled = true;
  7.    _root.maindisplay.beginnerbtn.enabled = true;
  8.    _root.maindisplay.expertbtn.enabled = true;
  9. }
  10.